tools/build: fix distclean
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 24 Apr 2012 17:20:07 +0000 (18:20 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Tue, 24 Apr 2012 17:20:07 +0000 (18:20 +0100)
commit42488368c42bbe79ec103ea93de927e947649e6e
treefe9c7a1c3e452b11b9dfa8d9515042cf34336ae8
parent17c220657a9e3bed049f448c924455c1103e09a1
tools/build: fix distclean

distclean removed config/Tools.mk which was needed by tools/Rules.mk, thus
preventing distclean from running properly in the tools directory. This patch
only enforces config/Tools.mk presence when not performing a clean/distclean
target

Signed-off-by: Roger Pau Monne <roger.pau@citrix.com>
Cc: George Dunlap <george.dunlap@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/Rules.mk